home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000162_news@newsmaster….columbia.edu _Sun May 4 23:18:58 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA06322
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 4 May 1997 23:18:58 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA09631
  7.     for kermit.misc@watsun; Sun, 4 May 1997 23:18:57 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.os.os2.comm,comp.sys.laptops,comp.protocols.kermit.misc
  11. Subject: Re: [Q] Null modem, Kermit/2, Thinkpad, desktop ?
  12. Date: 5 May 1997 03:18:54 GMT
  13. Organization: Columbia University
  14. Lines: 70
  15. Message-ID: <5kjjiu$9ct$1@newsmaster.cc.columbia.edu>
  16. References: <336cf6dc.0@news1.ibm.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.os.os2.comm:13151 comp.sys.laptops:118632 comp.protocols.kermit.misc:6985
  19.  
  20. In article <336cf6dc.0@news1.ibm.net>, Stefan A. Deutscher <sad@utk.edu> wrote:
  21. : hi,
  22. :  I am just setting up a Thinkpad 365xd with OS/2 Warp 4 and had hoped to
  23. : use  the Kermit/2 XSend command to just dump all the stuff I need from
  24. : my desktop machine onto the laptop using a null modem cable. Somehow it
  25. : doesn't work, the two machines don't see each other, it seems.
  26.  
  27. This will work.
  28.  
  29. : I have disabled the IR port on the TP, set the serial port to com2.
  30. : On the desktop I have the serial port on com1. The null modem cable is
  31. : 9 pin, with the following pin layout:
  32. :   female    male
  33. :     1        4
  34. :     2        3
  35. :     3        2
  36. :     4       6 and 1
  37. :     5        5
  38. :     6        4
  39. :     7        8
  40. :     8        7
  41. :     9        n/c
  42. : yet nothing goes. I tried, following the Kermit/2 book, to set
  43. :  set carrier-watch off
  44. :  set line com2 (or com1 on the desktop)
  45. :  set speed 115200
  46.  
  47. What about flow control?  
  48.  
  49. SET FLOW RTS on both machines.
  50.  
  51. : and then set the receiving laptop kermit into 'server' mode, where it
  52. : sits waiting. However, no matter what I do from the sending kermit, it
  53. : doesn't seem to communicate.
  54.  
  55. Start with something simple.  When you enter CONNECT mode on both
  56. machines and type data, are you able to see anything on the other
  57. machine?
  58.  
  59. : I also used the mode command to set the com port parameters to
  60. : baud     = 115200                 parity   = NONE
  61. : databits = 7                      stopbits = 1
  62. : TO       = OFF                    XON      = OFF
  63. : IDSR     = OFF                    ODSR     = OFF
  64. : OCTS     = OFF                    DTR      = OFF
  65. : RTS      = OFF                    BUFFER   = ON
  66. : on both machines (I tried 8 data bits as well), nothing. I am running
  67. : out of ideas; does anybody have some? I am surely not the first one to
  68. : try that, so I'd appreciate any help!  
  69.  
  70. the mode command only sets up the initial values for the port.  But
  71. they will be overridden by commands issued from within Kermit.
  72.  
  73. Are you sure that both ports are working?
  74.  
  75. Are you able to use them to communicate with a modem?
  76.  
  77.  
  78.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  79.                  The Kermit Project * Columbia University
  80.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  81.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu